home *** CD-ROM | disk | FTP | other *** search
/ Deutsche Edition 1 / Deutsche Edition 1.iso / amok / 081-090 / amok84 / reqtools_2.1d / glue.lha / Glue / Dice / src / rtReqHandlerA.asm < prev    next >
Assembly Source File  |  1992-06-10  |  180b  |  18 lines

  1.  
  2.     INCLUDE    "ReqTools.i"
  3.  
  4.     XDEF    _rtReqHandlerA
  5.  
  6. _rtReqHandlerA:
  7.  
  8.     move.l    a6,-(a7)
  9.     RTB
  10.     move.l    8(a7),a1
  11.     move.l    12(a7),d0
  12.     move.l    16(a7),a0
  13.     jsr    -108(a6)
  14.     move.l    (a7)+,a6
  15.     rts
  16.  
  17.     END
  18.